body {
  background: #191825;
  margin: 0;
  padding: 0;
  /* font-family: 'Segoe UI', Arial, sans-serif; */
  color: #f3f3f3;
  font-family: Copperplate, "Copperplate Gothic Light", serif;
}




.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 1.5em;
  cursor: pointer;
  padding: 10px;
}

/* التنسيقات الخاصة بالجوال */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  
  .nav-links {
    position: fixed;
    top: 80px;
    left: -40px;
    width: 100%;
    background: #191825;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-150%);
    transition: transform 0.3s ease;
    z-index: 999;
  }
  
  .nav-links.active {
    transform: translateY(0);
  }
  
  .nav-links a {
    width: 90%;
    text-align: center;
    padding: 12px;
  }
  
  .logo img {
    height: 40px;
  }
}


.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 40px;
  background: #191825ee;
  border-bottom: 1.5px solid #14532d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 24px #0005;
  backdrop-filter: blur(6px);
}
.logo img {
  height: 60px;
  vertical-align: middle;
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.22s, background 0.22s;
  background: transparent;
}
.logo:hover img {
  background: #22c55e;
  box-shadow: 0 0 0 10px #22c55e33, 0 2px 16px #0005;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: 36px;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  letter-spacing: 1.1px;
}
.nav-links a:hover {
  background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
  color: #191825;
  box-shadow: 0 2px 16px #22c55e55;
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #14532d99 40%, #1a237e77 100%), url('1.jpg') center/cover no-repeat;
  box-shadow: 0 4px 32px #0004;
  margin-bottom: 32px;
  overflow: hidden;
  margin-top: 90px;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: none;
  backdrop-filter: blur(1.5px);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-title {
  color: #fff;
  font-size: 2.8em;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.22;
  text-shadow: 0 4px 24px #000a, 0 1px 0 #14532d;
  margin: 0 0 22px 0;
  padding: 38px 18px 38px 18px;
  border-radius: 22px;
  background: rgba(20,83,45,0.18);
  box-shadow: 0 2px 24px #0002;
  max-width: 950px;
}
.hero-btn {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.25em;
  font-weight: bold;
  padding: 20px 54px;
  border-radius: 32px;
  background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 32px #0005, 0 1.5px 0 #14532d;
  letter-spacing: 1.2px;
  border: none;
  transition: background 0.22s, color 0.22s, transform 0.18s;
  position: relative;
  overflow: hidden;
}
.hero-btn:hover, .hero-btn:focus {
  background: linear-gradient(90deg, #1a237e 0%, #22c55e 100%);
  color: #fff;
  transform: scale(1.07);
  box-shadow: 0 8px 32px #0007;
}

.container {
  max-width: 950px;
  margin: 40px auto 0 auto;
  background: #191825;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 24px 0 #0003;
  padding: 38px 28px 32px 28px;
}
.agency-welcome {
  text-align: center;
  margin: 0 auto 24px auto;
  padding: 38px 18px 32px 18px;
  background: linear-gradient(120deg, #14532d 60%, #1a237e 100%);
  border-radius: 18px;
  box-shadow: 0 4px 32px #0003;
  color: #fff;
  max-width: 700px;
  position: relative;
}
.agency-title {
  font-size: 2.3em;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  text-shadow: 0 2px 16px #000a;
  background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.agency-subtitle {
  font-size: 1.28em;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 0 2px 12px #0007;
}
.agency-divider {
  width: 90px;
  height: 5px;
  margin: 0 auto;
  border-radius: 3px;
  background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
  box-shadow: 0 2px 12px #0005;
}



.awards-title-section {
  text-align: center;
  margin: 120px auto 36px auto;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 12px 18px 12px;
  background: #191825;
  border-radius: 18px;
  box-shadow: 0 4px 32px #0003;
  color: #fff;
  max-width: 1000px;
  position: relative;
  overflow: hidden;
}
.awards-title-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('1.jpg') center/cover no-repeat;
  filter: blur(1.5px) brightness(0.85);
  opacity: 0.85;
  z-index: 1;
}
.awards-title-section > * {
  position: relative;
  z-index: 2;
}
.awards-title {
    font-size: 2.5em; /* حجم أكبر قليلاً */
    font-weight: 900;
    letter-spacing: 1px; /* تباعد أقل بين الحروف */
    margin-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3); /* ظل أخف */
    background: linear-gradient(90deg, #22c55e 60%, #1a237e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2; /* تحسين ارتفاع السطر */
    padding: 5px 0; /* مساحة داخلية */
    display: inline-block; /* يمنع قص التدرج اللوني */
}
.awards-divider {
  width: 90px;
  height: 5px;
  margin: 0 auto;
  border-radius: 3px;
  background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
  box-shadow: 0 2px 12px #0005;
}



.awards-title-section {
    background: #191825;
    border: 1px solid #22c55e33;
    margin: 120px auto 60px auto;
    padding: 50px 30px;
    max-width: 1000px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}

.awards-title-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #14532d20 40%, #1a237e20 100%);
    z-index: 1;
}

.awards-header {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 40px;
}

.awards-title {
    font-size: 2.8em;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.awards-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    margin: 20px auto;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.awards-intro {
    font-size: 1.3em;
    color: #cce6d1;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.awards-card {
    background: #191825;
    border-radius: 12px;
    border: 1px solid #22c55e33;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    padding: 30px;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.awards-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-icon {
    background: linear-gradient(135deg, #22c55e 0%, #1a237e 100%);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.feature-text {
    font-weight: 500;
    color: #f3f3f3;
    font-size: 1.1em;
    line-height: 1.4;
}

.awards-description {
    background: #22c55e10;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #22c55e;
    color: #e0e0e0;
    line-height: 1.7;
}

.awards-description p {
    margin: 0 0 15px 0;
}

.awards-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .awards-features {
        grid-template-columns: 1fr;
    }
    
    .awards-title {
        font-size: 2.2em;
    }
    
    .awards-title-section {
        padding: 40px 20px;
        margin: 100px auto 40px auto;
    }
}

.awards-categories-section {
    background: #191825;
    padding: 60px 30px;
    margin: 60px auto;
    max-width: 1200px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border: 1px solid #22c55e33;
}

.categories-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.categories-title {
    font-size: 2.5em;
    font-weight: 800;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.categories-subtitle {
    font-size: 1.3em;
    color: #cce6d1;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.title-divider {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    margin: 0 auto 25px auto;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.categories-description, .categories-description-ar {
    max-width: 800px;
    margin: 0 auto 20px auto;
    color: #e0e0e0;
    line-height: 1.7;
    font-size: 1.1em;
}

.categories-description-ar {
    direction: rtl;
    font-size: 1.15em;
    color: #f0f0f0;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.category-card {
    background: #22c55e08;
    border-radius: 12px;
    padding: 25px 20px;
    border: 1px solid #22c55e15;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.category-card:hover {
    transform: translateY(-5px);
    background: #22c55e15;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-color: #22c55e33;
}

.category-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.9em;
    color: #22c55e;
    font-weight: bold;
    opacity: 0.7;
}

.category-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 5px 0;
    line-height: 1.4;
}

.category-title-ar {
    font-size: 1.1em;
    color: #cce6d1;
    margin: 0;
    line-height: 1.5;
    direction: rtl;
}

@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    
    .categories-title {
        font-size: 2em;
    }
    
    .awards-categories-section {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
}


.participation-section {
    position: relative;
    min-height: 600px;
     margin: 40px auto;
    width: 90%;
    border-radius: 16px;
    overflow: hidden;
     padding: 0 px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.participation-bg-wrapper {
    position: absolute;
    top: 0; /* إزالة المسافات السابقة */
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    z-index: 0;
}

.participation-bg-image {
    width: 100%; /* إرجاع العرض الكامل */
    height: 100%; /* إرجاع الارتفاع الكامل */
    object-fit: scale-down; /* تغيير من contain إلى scale-down */
    object-position: center;
    border: 2px solid rgba(34, 197, 94, 0.2);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border-radius: 12px;
    transform: scale(1.05); /* تكبير الصورة بنسبة 5% */
    transform-origin: center;
}

.participation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #191825cc 30%, #14532d77 100%);
    z-index: 1;
    border-radius: 16px;
}

.participation-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 30px;
}

.section-title {
    font-size: 2.3em;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.title-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    margin: 0 auto 30px auto;
    border-radius: 2px;
}

.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: #191825cc;
    padding: 40px;
    border-radius: 16px;
    backdrop-filter: blur(5px);
    border: 1px solid #22c55e33;
}

.english-column {
    direction: ltr;
    text-align: left;
}

.arabic-column {
    direction: rtl;
    text-align: right;
}

.steps-title, .fees-title {
    font-size: 1.4em;
    color: #22c55e;
    margin-bottom: 15px;
    font-weight: 700;
}

.steps-list, .fees-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.steps-list li, .fees-list li {
    padding: 12px 0;
    border-bottom: 1px solid #22c55e22;
    color: #f0f0f0;
    font-size: 1.1em;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.arabic-column .steps-list li, 
.arabic-column .fees-list li {
    padding-left: 0;
    padding-right: 25px;
}

.steps-list li:before, .fees-list li:before {
    content: "•";
    color: #22c55e;
    font-size: 1.5em;
    position: absolute;
    left: 0;
}

.arabic-column .steps-list li:before,
.arabic-column .fees-list li:before {
    left: auto;
    right: 0;
}

.fees-list li strong {
    color: #fff;
}

@media (max-width: 768px) {
    .two-column-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .section-title {
        font-size: 1.8em;
    }
    
    .participation-container {
        padding: 40px 20px;
    }
    
    .participation-section {
        min-height: 800px;
    }
}

@media (max-width: 480px) {
    .two-column-layout {
        padding: 30px 20px;
    }
    
    .steps-list li, .fees-list li {
        font-size: 1em;
    }
}




.judges-section {
    background: #191825;
    padding: 60px 30px;
    margin: 80px auto;
    max-width: 1400px;
    border-radius: 16px;
    border: 1px solid #22c55e33;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.judges-title {
    font-size: 2.5em;
    text-align: center;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.judges-divider {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    margin: 0 auto 40px auto;
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}

.judges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 30px;
    padding: 20px;
}

.judge-card {
    background: #22c55e08;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #22c55e15;
    position: relative;
    overflow: hidden;
}

.judge-card:hover {
    transform: translateY(-5px);
    background: #22c55e15;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.judge-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 3px solid #22c55e;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.judge-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.judge-card:hover .judge-photo img {
    transform: scale(1.05);
}

.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #22c55e33 0%, #1a237e33 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.judge-card:hover .photo-overlay {
    opacity: 1;
}

.judge-name {
    color: #fff;
    font-size: 1.1em;
    margin: 15px 0 5px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.judge-flag {
    font-size: 1.5em;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .judges-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 20px;
    }
    
    .judge-photo {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .judges-title {
        font-size: 1.5rem;
    }
    
    .judges-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 15px;
    }
    
    .judge-photo {
        width: 80px;
        height: 80px;
    }
    
    .judge-name {
        font-size: 0.8rem;
    }
}

.judge-card:nth-last-child(-n+3) {
    transform: translateX(100%); /* نقلهم 50% لليمين */
}

/* تعديل التنسيق للشاشات الصغيرة */

@media (max-width: 768px) {
    .judge-card:nth-last-child(-n+3) {
        transform: none;
        grid-column: unset;
    }
}




.previous-works-section {
    background: #191825;
    padding: 60px 30px;
    margin: 80px auto;
    max-width: 1400px;
    border-radius: 16px;
    border: 1px solid #22c55e33;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.section-title {
    font-size: 2.5em;
    text-align: center;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-divider {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    margin: 0 auto 40px auto;
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px;
}

.work-card {
    background: #22c55e08;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #22c55e15;
    position: relative;
    overflow: hidden;
}

.work-card:hover {
    transform: translateY(-5px);
    background: #22c55e15;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.work-image {
    width: 100%;
    height: 200px;
    margin: 0 auto 20px auto;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 2px solid #22c55e;
}

.work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.work-card:hover .work-image img {
    transform: scale(1.05);
}

.work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #22c55e33 0%, #1a237e33 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.work-card:hover .work-overlay {
    opacity: 1;
}

.work-title {
    color: #fff;
    font-size: 1.3em;
    margin: 15px 0 5px 0;
    font-weight: 600;
}

.work-year {
    color: #22c55e;
    font-size: 0.9em;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .works-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .work-image {
        height: 150px;
    }
}



.video-header {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 24, 37, 0.7);
    z-index: 1;
}

.section-title {
    position: relative;
    z-index: 2;
    font-size: 4em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* تعديلات للجوال */
@media (max-width: 768px) {
    .video-header {
        height: 50vh;
        min-height: 300px;
    }
    
    .section-title {
        font-size: 2.5em;
    }
}


.awards-stats-section {
    background: #191825;
    padding: 60px 30px;
    margin: 80px auto;
    max-width: 1400px;
    border-radius: 16px;
    border: 1px solid #22c55e33;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.stats-title {
    font-size: 2.5em;
    text-align: center;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.stats-divider {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
    margin: 0 auto 40px auto;
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    padding: 20px;
}

.stat-card {
    background: #22c55e08;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #22c55e15;
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-5px);
    background: #22c55e15;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 50%;
    padding: 15px;
}

.stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(67%) sepia(61%) saturate(576%) hue-rotate(87deg) brightness(95%) contrast(89%);
}

.stat-number {
    color: #22c55e;
    font-size: 2.5em;
    font-weight: bold;
    margin: 10px 0;
}

.stat-category {
    color: #fff;
    font-size: 1.1em;
    margin: 10px 0 5px;
    font-weight: 600;
}

.stat-category-ar {
    color: #aaa;
    font-size: 1em;
    margin: 5px 0 0;
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .stat-icon {
        width: 60px;
        height: 60px;
    }
    
    .stat-number {
        font-size: 2em;
    }
}


.stat-icon i {
    font-size: 2.5rem; /* حجم الأيقونة */
    color: #1a237e; /* لون مطابق للتصميم */
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon i {
    transform: scale(1.2); /* تأثير التكبير عند hover */
   
     color: #22c55e; /* تغيير اللون عند hover */
}

/* إزالة أنماط الصور القديمة */
.stat-icon img {
    display: none;
}





/* أنماط أساسية */
.winners-section {
    background: #191825;
    padding: 60px 30px;
    margin: 80px auto;
    max-width: 1400px;
    border-radius: 16px;
    border: 1px solid #22c55e33;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.category {
    margin-bottom: 40px;
}

.category-title {
    color: #22c55e;
    font-size: 1.5em;
    border-bottom: 2px solid #22c55e;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.category-title span {
    display: block;
    color: #aaa;
    font-size: 0.8em;
    margin-top: 5px;
}

.winners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.winner-card {
    background: #22c55e08;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #22c55e15;
    transition: all 0.3s ease;
}

.winner-card:hover {
    background: #22c55e15;
    transform: translateY(-5px);
}

.winner-name-en {
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.winner-name-ar {
    color: #22c55e;
    font-size: 1em;
    margin-bottom: 5px;
    direction: rtl;
}

.winner-org {
    color: #aaa;
    font-size: 0.9em;
    border-top: 1px dashed #22c55e33;
    padding-top: 10px;
    margin-top: 10px;
}

/* للشاشات الصغيرة */
@media (max-width: 768px) {
    .winners-grid {
        grid-template-columns: 1fr;
    }
    
    .winner-card {
        padding: 15px;
    }
}

/* إطار مربع بدلاً من دائري */
.winner-image {
    width: 180px;
    height: 180px;
    border-radius: 12px; /* زوايا مربعة ناعمة */
    overflow: hidden;
    border: 3px solid #22c55e;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}

/* تأثيرات الصورة */
.winner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    filter: grayscale(20%);
}

/* طبقة التأثير عند التمرير */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(26,35,126,0.7), rgba(34,197,94,0.7));
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

/* أيقونة تظهر عند التمرير */
.image-overlay::after {
    /* content: "\f091"; رمز Font Awesome للجائزة */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    font-size: 2.5rem;
}

/* تأثيرات التفاعل */
.winner-card:hover .winner-image {
    transform: translateY(-10px) rotate(-2deg);
    box-shadow: 0 15px 30px rgba(34,197,94,0.3);
    border-color: #1a237e;
}

.winner-card:hover .winner-image img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.winner-card:hover .image-overlay {
    opacity: 1;
}

/* تعديلات للجوال */
@media (max-width: 768px) {
    .winner-image {
        width: 140px;
        height: 140px;
    }
}



/* التنسيق الأساسي */
.epic-geometric-shape {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #22c55e, #1a237e);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto;
    cursor: pointer;
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    box-shadow: 0 10px 30px rgba(34,197,94,0.3);
    border: 2px solid rgba(255,255,255,0.2);
}

.shape-inner {
    text-align: center;
    z-index: 2;
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.shape-inner i {
    color: white;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.3));
}

.shape-text {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.shape-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.4) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* تأثيرات التفاعل */
.epic-geometric-shape:hover {
    transform: scale(1.15) rotate(15deg);
    box-shadow: 0 15px 40px rgba(34,197,94,0.5);
    animation: pulse 2s infinite;
}

.epic-geometric-shape:hover .shape-inner {
    transform: translateY(0);
}

.epic-geometric-shape:hover .shape-glow {
    opacity: 1;
}

/* تأثير النبض */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.7); }
    70% { box-shadow: 0 0 0 15px rgba(34,197,94,0); }
    100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

/* التألق الدائم */
.epic-geometric-shape::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #22c55e, #1a237e, #22c55e);
    background-size: 200% 200%;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: gradientShift 4s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* حل تثبيت الفوتر */
/* 1. أضف هذه القاعدة فقط */
body {
    position: relative;
    min-height: 100vh;
    padding-bottom: 150px; /* مساحة للفوتر */
    box-sizing: border-box; /* مهم جداً */
}

/* 2. تعديل الفوتر فقط */
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* احتفظ بباقي إعداداتك الحالية */
    background: #14532d;
    color: #eee;
    padding: 38px 0 0;
    margin-top: 44px;
    border-top: 1px solid #0c2a17;
    box-shadow: 0 -2px 16px #0003;
}

/* 3. إصلاح أي تداخل محتمل */
.main-content {
    position: relative;
    z-index: 1;
}
.footer-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
}
.footer-links-main {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-bottom: 16px;
}
.footer-links-main a {
  color: #fff;
  text-decoration: none;
  font-size: 1.18em;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.footer-links-main a:hover {
  background: #22c55e;
  color: #191825;
}
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 32px;
}
@media (max-width: 900px) {
  .footer-bottom-row {
    flex-direction: column;
    gap: 16px;
  }
  .footer-links-main {
    flex-wrap: wrap;
    gap: 18px;
  }
}
.footer .contact-info {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.footer .contact-info span {
  color: #cce6d1;
  font-size: 1.08em;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer .social {
  display: flex;
  gap: 12px;
}
.footer .social a {
  color: #fff;
  background: #166534;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px #0002;
}
.footer .social a:hover {
  background: #22c55e;
  color: #14532d;
}
.footer-copyright {
  width: 100%;
  text-align: center;
  font-size: 1.08em;
  color: #cce6d1;
  margin-top: 28px;
  padding-bottom: 12px;
  letter-spacing: 0.5px;
}
